home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 53 / PC Actual CD 53.iso / Share / Progra / python / BeOpen-Python-2.0.exe / TEST_CPICKLE.PY < prev    next >
Encoding:
Text File  |  2000-09-28  |  94 b   |  6 lines

  1. # Test the cPickle module
  2.  
  3. import cPickle
  4. import test_pickle
  5. test_pickle.dotest(cPickle)
  6.